Interface AdapterInterface

Summary

Fully Qualified Name: Laminas\Authentication\Adapter\AdapterInterface

Description

Methods

Name Description Defined By
authenticate() Performs an authentication attempt AdapterInterface

Method Details

authenticate()

Performs an authentication attempt

Returns: \Laminas\Authentication\Result

Top